home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
BBS-Archive
/
DiskUtil
/
Crunch
/
XPK.lha
/
XPK
/
DEVELOPER
/
README2
< prev
Wrap
Text File
|
1992-08-10
|
3KB
|
115 lines
======================================
XPK - The external compression library
======================================
---------------
FOR PROGRAMMERS
---------------
examples/makefile
examples/xpkdice.c
examples/xpkmanx.c
examples/xpksas.c
examples/xpkgcc.c
examples/xsum.asm
examples/xsum.c
examples/xsum2.c
xpk<compiler> are plain file packers for the four most well-known C
compilers. xSum.c adds up all the bytes in a file, no matter if
compressed or not. xSum2.c does the same without ever reading the
whole file. xSum.asm is the assembler version of xSum.
include/libraries/xpk.h
include/libraries/xpk.i
include/libraries/xpksub.h
include/libraries/xpksub.i
include/inline/xpk.h
include/inline/xpksub.h
include/xpkmaster.fd
include/xpksub.fd
The include files for various compilers.
lib/xpkdice.lib
lib/xpkmanx.lib
lib/xpksas.lib
The link-libraries. DICE always need one, and the other languages need them
for the ...Tags() version of the XPK calls.
rlen/makefile
rlen/xpkRLEN.c
A sample compression library. Contact me if you write another.
enco/makefile
enco/xpkENCO.c
A sample encryption library. Contact me if you write another.
huff/
The assembly source for the HUFF compression lib.
sources/makefile
sources/xDir.c
sources/xPK.c
sources/xQuery.c
sources/xType.c
The sources for the according clients.
oberon/examples/xpk.mod
oberon/examples/xsum.mod
oberon/interfaces/XpkMaster.mod
oberon/interfaces/XpkSubCalls.mod
oberon/interfaces/XpkSubDefs.mod
Oberon interface to XPK.
modula2
Modula-2 interface to XPK (M2Amiga)
---------
COPYRIGHT
---------
XPK is copyrighted by its authors. It may be used for non-commercial
purposes. For further questions refer to
Urban Dominik Müller
Schulhausstrasse 83
CH-6312 Steinhausen
SCHWEIZ
umueller@amiga.physik.unizh.ch
-------
AUTHORS
-------
U. Dominik Mueller XPK concept, xpkmaster.library, NUKE, RLEN, NONE, ENCO
Bryan Ford XPK concept, xpkmaster.library, BLZW
Peter Struijk Imploder, IMPL
Nico Francois PowerPacker
Kristian Nielsen XFH
Martin A. Blatter xDrop
Christian Schneider XPK concept, xLoadSeg
Christian Weber iff.library adaptation, ShowIFF, MoviePro
Markus Wild GCC interface & examples
Harmut Goebel Oberon interface & examples